Skip to content

Latest commit

 

History

History

Weak Password 2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Weak Password 2

Author: Marin Radu


Description

Brute-forced a hash by iterating through a wordlist appended with years.

Requirements

  • Hash cracking
  • Automation

Solve

Create a script to brute-force the target hash using a combination of rockyou.txt passwords and a range of years. Match each generated hash against the target to find the correct password:

Solution script


Flag: CSCTF{dragon_1987}